home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / ETC / AIM / !aim_macros_acrosbm < prev    next >
Encoding:
Text File  |  1990-09-11  |  656 b   |  21 lines

  1. * Abindon Cross benchmark ( prof. Kendall Preston )
  2. * implementation in AIM by Frans Groen
  3. *
  4. * display is put off to obtain the operation times
  5. * separated from the display times
  6. * bench mark time = (a) + (b) + (c) + (d) and
  7. * bench mark time w/h display = (a) + (b) + (c)
  8. *
  9. dof               * display of
  10. ton               * timer on
  11. readf ACROS,A     * read image
  12. gdisp             * display
  13. unif A,B,31       * uniform filter (a)
  14. gdisp B           * display result
  15. thresh B,B,1,155  * threshold (b)
  16. bdisp B,1         * display
  17. skelet 100,1,0,B  * skeleton (c)
  18. bdisp B,1         * display (d)
  19. don               * display on
  20. toff              * timer off
  21.